home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d11
/
geosdemo.arc
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1990-07-30
|
511b
|
19 lines
echo off
cls
if not exist installh.exe goto noinstall
installh
if errorlevel 1 goto exit
if not exist demo.bat goto noinstall
demo
goto exit
:noinstall
echo GeoWorks Ensemble Demo Installation
echo =========================================
echo
echo Sorry, your GeoWorks Ensemble Demo disk
echo seems to be missing files. Please make
echo sure the DOS prompt is set to the drive
echo containing the demo disk (e.g., "A>").
echo
:exit